os/exec.Cmd.lookPathErr (field)
6 uses
os/exec (current package)
exec.go#L350: lookPathErr error
exec.go#L495: if c.Err != nil || c.lookPathErr != nil {
exec.go#L653: if c.Path == "" && c.Err == nil && c.lookPathErr == nil {
exec.go#L656: if c.Err != nil || c.lookPathErr != nil {
exec.go#L657: if c.lookPathErr != nil {
exec.go#L658: return c.lookPathErr
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)